home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / animutil / kfast / kfast.lzh / KFAST / src / makefile < prev    next >
Makefile  |  1992-07-03  |  163b  |  5 lines

  1. FLAGS = -caf -d0 -O
  2.  
  3. kfast:        kfast.c memory.c render2.c lines.c objects.c animate.c file2.c
  4.         lc -M -Ltm $(FLAGS) kfast memory render2 lines objects animate file2
  5.